*{font-family:calibri;}

.avatar{
  border-radius:100px;
  width:80px;
  height:80px;
  float:left;
}
.message{
  position:relative;
  clear:both;
  width:590px;
}
.message .avatar{
  margin-top:5px;
}
.message p{
  float:left;
  font-family:calibri;
  color:#333;
  width:450px;
  margin:0;
  margin-left:20px;
  margin-top:5px;
  padding:10px;
  background-color:#fafafa;
  border:1px solid #eee;
  border-radius:5px;
  margin-bottom:10px;
  word-spacing:3px;
  line-height:22px;
}
.message p em.info{
  display:block;
  text-align:right;
  margin-top:10px;
  font-size:12px;
  font-weight:bold;
  color:#666px;
}
.message p strong{
  display:block;
  color:#428bca;
  border-bottom:1px solid #ddd;
  margin-bottom:10px;
}
.message p strong em{
  font-weigh:normal;
  color:#333;
  font-size:10pt;
}
.message .triangle{
  display:block;
  position:absolute;
  left:85px;
  top:25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

.inverse .avatar{float:right;}
.inverse p{float:none;background-color:#eee;}
.inverse .triangle{
  display:block;
  position:absolute;
  left:490px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #eeeeee;
}

#global{
  width:1140px;
}
.messages{float:left;}
.postform{
  display:block;
  width:518px;
  float:right;
  padding-left:18px;
  border-left:2px solid #eee;
}
.postform form label{
  display:block;
}
.postform form label textarea{
  width:480px;
  height:300px;
  border-radius:10px;
  background-color:#efefef;
  border:0;
  padding:10px;
  font-size:12pt;
  color:#333;
  font-style:italic;
}
.postform form div.headform{
  padding-bottom:10px;
  color:#666;
}
.postform form div.headform strong{
  display:block;
  font-size:14pt;
  color:#428bca;
  padding-bottom:10px;
}
.postform form div.headform strong span{
  color:#333;
}
.postform form .submit{
  display:block;
  width:200px;
  height:30px;
  background-color:#428bca;
  color:#fff;
  border:0;
  border-radius:5px;
  margin-top:5px;
  float:right;
  cursor:pointer;
  margin-right:18px;
}
.postform a{
  color:#428bca;
}

@media screen and (max-width: 1140px) {
  #global{width:100%;}
  .message{float:none;margin:auto;}
  .messages{float:none;margin:auto;}
  .postform{float:none;height:275px;margin:auto;border:0;}
  .postform form label textarea {height:150px;}
}
@media screen and (max-width: 620px) {
  
  body{margin-right:60px;}
  .message .avatar,.inverse .avatar,.message .triangle,.inverse .triangle{display:none;}
  .postform,.postform form label textarea,.message,.message p{width:100%;}
  .postform{height:initial}
  .postform form .submit{margin:auto;margin:10px 0;}
}